home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 9
/
CD School House 9.0 - Wayzata Technology (1994).iso
/
mac
/
MAC
/
School House
/
Science
/
Sol's Neighbors
/
background_19271.txt
< prev
next >
Wrap
Text File
|
1988-12-15
|
1KB
|
52 lines
-- background: 19271 from stack: in
-- bmap block id: 32608
-- flags: 4000
-- background id: 0
-- name: StarLoc
-- part 1 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=68 top=291 right=311 bottom=154
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Erase Plot
----- HyperTalk script -----
on mouseUp
global seeCard
put 0 into seeCard
choose select tool
drag from 0,0 to 512,341
doMenu "Clear Picture"
choose browse tool
put empty into card field Name
pop card
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=348 top=292 right=312 bottom=431
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseDown
global seeCard
put 0 into seeCard
pop card
end mouseDown